Welcome![Sign In][Sign Up]
Location:
Search - B surface

Search list

[WEB CodeB样条曲面蒙面算法

Description: B样条曲面蒙面算法,是实现b样条曲面的经典算法-B-spline surface masked algorithm, is b-spline surfaces of the classical algorithm
Platform: | Size: 155990 | Author: 叶子 | Hits:

[Other resourceb样条曲面

Description: b样条曲面绘制-b-spline surface mapping!
Platform: | Size: 36347 | Author: dd | Hits:

[Graph programB曲面

Description: B曲面的生成算法-B surface Algorithm
Platform: | Size: 13511 | Author: 自先 | Hits:

[Graph programB曲面

Description: B曲面的生成算法-B surface Algorithm
Platform: | Size: 13312 | Author: 自先 | Hits:

[CSharp计算数目

Description: 这是 我编的一个小程序,请大家指点。 内容简介:计算机图形学的原理、算法及系统,并用c语言编写绘图程序。主要内容包括计算机图形学的发展概况、图形设备及系统;线段、园、区域填充、线型线宽、字符、裁剪、等基本图形生成算法;样条、Bezier、B样条等常用曲线的概念、生成算法和性质;Coons曲面、Bezier曲面、B样条曲面等常用曲面的基本概念和生成算法;用c语言编写绘图程序。-This Part I of a small program, please guidance. Description : computer graphics principles, algorithms and systems, using the c language mapping procedures. The main contents include the development of computer graphics profiles, graphics equipment and systems; Line, the landscape, regional filling, linear linewidth, character, cutting, the basic graphics generation algorithm; Spline, Bezier and B-spline curves and other commonly used concepts, generating algorithm and nature; Coons Surface , Bezier curves, and B-spline surfaces commonly used surfaces such as the basic concepts and generating algorithm; c language with graphics procedures.
Platform: | Size: 1024 | Author: 张元 | Hits:

[GDI-BitmapCurves

Description: 这是一个用VC++画Coons曲面、bezier曲面和B样条曲面的程序。-this is a painting with VC Coons surfaces, bezier surface and B-spline surfaces procedures.
Platform: | Size: 39936 | Author: 李小 | Hits:

[DocumentsB样条曲面蒙面算法

Description: B样条曲面蒙面算法,是实现b样条曲面的经典算法-B-spline surface masked algorithm, is b-spline surfaces of the classical algorithm
Platform: | Size: 155648 | Author: 叶子 | Hits:

[Graph Drawingb样条曲面

Description: b样条曲面绘制-b-spline surface mapping!
Platform: | Size: 1930240 | Author: dd | Hits:

[OpenGL programOpenGL_Surface

Description: OpenGL程序示例,Nurbs曲面绘制,属于求值程序和非均匀有理B样条类。适合初学者学习OpenGL编程技术。-OpenGL procedures example, Nurbs surface mapping, is evaluated and non-uniform rational B-splines category. For beginners learning OpenGL programming technology.
Platform: | Size: 353280 | Author: | Hits:

[Special EffectsResearchBezier

Description: 在VC中研究和设计双三次B样条曲面,利用VC面向对象具有可视化的特点,选择适当的空间控制点来调整三次B样条曲面的形状-in VC research and the design of bicubic B-spline surface, the use of object-oriented VC with the visual characteristics, selection of appropriate space control point adjustment cubic B-spline surface shape
Platform: | Size: 50176 | Author: 啊征 | Hits:

[2D GraphicDrawMySurface

Description: Bezier,B样条曲面,同时又一个实例,以及给定16个点,可以自动画出Bezier,B样条曲面,可以选择是否显示控制网格-Bezier, B-spline surface, but also an example of, and given 16 points, automatically painted Bezier, B-spline surface, can choose whether or not to display and control grid
Platform: | Size: 1982464 | Author: 王思思 | Hits:

[2D Graphicnurbs++-3.0.11

Description: NURBS++库--Non-Uniform Rational B-Splines (NURBS) curves and surface are parametric functions which can represent any type of curves or surfaces. This C++ library hides the basic mathematics of NURBS. This allows the user to focus on the more challenging parts of their projects. The library also offers a lot of features to help generate NURBS from data points.-NURBS++ Treasury Non-Uniform Rational B-Splines (NURBS) curves and surface are parametric functions which can represent any type of curves or surfaces. This C++ Library hides the basic mathematics of NURBS. This allows the user to focus on the more challenging parts of their projects. The library also offers a lot of features to help generate NURBS from data points.
Platform: | Size: 691200 | Author: | Hits:

[OtherCUBIC_B-SPLINE

Description: 三次B样条插值曲面及其实现::目前在CAM/CAM的自由曲面构造方法中,较流行的有B样条曲面,Bezier曲面、Ball曲面等方法,但由这几种方法和成都是拟合曲面,而百插值曲面,常常不能满足一些工程实际中严格插值的要求,本文构造了一种自由插值曲面生成方法-B样条母线法,所生成曲面达到C^2级光滑,适用机械,模具、汽车、造船等制造加工行业的复杂曲面设计。-Three B-spline interpolation surface and realize:: At present CAM/CAM method of constructing the free-form surfaces, the more popular has B-spline surfaces, Bezier surfaces, Ball surfaces and so on, but by the several methods and Chengdu is surface fitting, and interpolation surface hundred, and often can not meet a number of engineering practice, the requirements of strict interpolation, this paper constructed a free interpolation surface generation method-B-spline busbar law, generated by C ^ 2 surface to achieve a smooth level applicable to machinery, tooling, automotive, shipbuilding and other manufacturing industries processing complex surface design.
Platform: | Size: 138240 | Author: ttcorner | Hits:

[3D GraphicB-splineApproximation

Description: B-spline曲线、曲面的插值和逼近算法以及B-spline曲线、曲面的显示。代码是matlab格式的。-B-spline curve, surface interpolation and approximation algorithm, as well as B-spline curve, surface display. Code matlab format.
Platform: | Size: 8192 | Author: yang | Hits:

[Graph programCAGDesign

Description: 软件主要实现了图形学中的基本算法,贝齐尔曲线算法,B样条曲线算法等,及由曲线构成曲面的算法。作者自己设计并开发了其中的算法库,在软件开发中使用了命令等设计模式。是作者在2004年学习完北航施法中教授著《计算机辅助几何设计与非均匀有理B样条》后,创作的一个小软件。现在把源码公开出来,希望本软件能给正在学习计算机图形学的朋友一些帮助。-The main achievement of the graphics software, the basic algorithm, Bezier curve algorithm, B-spline curve algorithm, as well as constituted by the curve surface algorithms. The author himself designed and developed algorithms library which, in software development, such as the use of the command design pattern. The author in 2004 after learning Professor BUAA magic of computer-aided geometric design with non-uniform rational B-spline , the creation of a small software. Now that the open-source out the hope that this software is learning computer graphics to give a friend some help.
Platform: | Size: 290816 | Author: 刘泽江 | Hits:

[Embeded-SCM DevelopBspline

Description: 通过C++和GLUT,用OPENGL 实现的 二次 B spline 曲线渲染。 鼠标左键点击,添加控制点,可以随意移动控制点来改变曲线。 适合OPENGL初学者了解曲线生成过程。-Through the C++ And GLUT, using OPENGL realized quadratic B spline curve rendering. Click the left mouse button, add control points, you can move the control point to change the curve. OPENGL for beginner to understand the process of curve generation.
Platform: | Size: 38912 | Author: dma | Hits:

[2D Graphic3BSplineCurveandsurface

Description: 自己用C编的3次B样条曲线和曲面程序,应付作业的,给需要的人。-C-series with its own 3rd B-spline curve and surface procedures to deal with operations, to the need.
Platform: | Size: 2048 | Author: 章海 | Hits:

[Graph programkongjianqumian

Description: 本程序可输入B曲面数据,然后绘双三次B曲面-This procedure can be input B surface data, and then painted bicubic B surface
Platform: | Size: 1973248 | Author: 韩菲 | Hits:

[Software EngineeringmultilevelB-splines

Description: 关于B样条曲面拟合的资料,很好很全面,从外国IEEE上下载的,供大家分享-On the B-spline surface fitting of the data, very good very comprehensive, from foreign IEEE downloaded for everyone to share
Platform: | Size: 1040384 | Author: 惠子 | Hits:

[Graph DrawingB-spline-surface

Description: 这是在MATLAB-2008a环境下编写的B样条曲面生成程序,可以通过调整节点矢量和控制顶点来调整曲面形状。-This is a MATLAB-2008a environment, prepared by B-spline surface generation program, you can adjust the knot vector and control points to adjust the surface shape.
Platform: | Size: 503808 | Author: 小胡 | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net